projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c537b63
)
; Fix dired-switches-in-mode-line defcustom tags.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 28 Feb 2021 15:44:34 +0000
(15:44 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 28 Feb 2021 19:00:27 +0000
(19:00 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 4f1c3ded092de58843e9ef90fb0db46fdcb15c11..cc006b42e45a18c39a23752ae40acc5b74392225 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-4240,7
+4240,8
@@
Possible values:
* `as-is': Show full switches.
* Integer: Show only the first N chars of full switches.
* Function: Pass `dired-actual-switches' as arg and show result."
- :group 'Dired-Plus
+ :group 'dired
+ :version "28.1"
:type '(choice
(const :tag "Indicate by name or date, else full" nil)
(const :tag "Show full switches" as-is)